Using another queueing managerΒΆ
To submit jobs to queueing manager, you will need to write a Lua plugin for that specific manager.
You will find some example plugins in the plugins directory of the Guerilla installation:
- coalition_renderfarm.lua: the Coalition renderfarm interface
- ribgen.lua: a simple interface that only generate a all-in-one shell script to render all frames
The ribgen.lua plugin is the most simple interface, and should be a good starting point to write your own submission plugin
See also the SDK documentation for more information on the Renderfarm interface.